[GI] Annotate gtk_drag_{dest,source}* as methods
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 2 Feb 2011 16:51:48 +0000 (17:51 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 2 Feb 2011 16:51:48 +0000 (17:51 +0100)
commit1bd36ce72365408ed768ba2d4ec50edd9321283f
treef4de6a07bdd0bf0cc509fb18dbf35f60f825538b
parenta1d5901e801b5d7db6a684357db2c572318e756a
[GI] Annotate gtk_drag_{dest,source}* as methods

As these do not start with gtk_widget_*, the GI scanner does not recognize them
as methods. With the recently added (method) annotation [1] it is now possible
to mark them as proper methods of GtkWidget.

https://bugzilla.gnome.org/show_bug.cgi?id=639945

[1] http://git.gnome.org/browse/gobject-introspection/commit/?id=09bca85dd4
gtk/gtkdnd.c